Use Export method to export reports to a format and destination specified with ExportOptions Object.
Syntax
Sub Export ([promptUser])
Parameters
Parameter
Description
[promptUser]
Specifies Boolean value indicating if user should be prompted for export options. If you don't want to prompt the user, then you must set all necessary export options. The application will prompt automatically for any missing export options, even if promptUser = FALSE. Default value = TRUE (prompt user).